home *** CD-ROM | disk | FTP | other *** search
- light("spot_spotmap")
- {
- pass()
- {
- tmu()
- {
- texgen("spotlight")
- texture()
- {
- spotmap()
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip") //FIXIT
- }
- colorop("mul", "texture", "tfactor", "current")
- }
-
- tmu()
- {
- texgen("spotlight_z_att")
- texture()
- {
- image("spot_z.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("linear_no_mip")
- }
- colorop("mul", "texture", "current", "current")
- }
-
- !include("__TerrainColormap.mtt")
-
- tmu()
- {
- TexGen("planar")
- TexMod("scale", "const", %detailsize, 0, 0, "const", %detailsize, 0, 0)
- texture()
- {
- Image(%detail1texture)
- }
- colorop("mul", "texture", "current", "current")
- alphaop("arg2", "texture", "tfactor", "current")
- }
- tfactor(1,1,1,0)
- colorgen("tfactor", "user", 0,0,0, "none", 0,0,0)
-
- blendfunc("one", "one")
- depthfunc("lequal", 0)
-
- blackfog()
- }
- }
-
-